type runtime.worldStop
13 uses
runtime (current package)
mgc.go#L713: var stw worldStop
mgc.go#L924: var stw worldStop
mgc.go#L1008: func gcMarkTermination(stw worldStop) {
mprof.go#L1697: var stw worldStop
proc.go#L1420: type worldStop struct {
proc.go#L1430: var stopTheWorldContext worldStop
proc.go#L1449: func stopTheWorld(reason stwReason) worldStop {
proc.go#L1462: func startTheWorld(w worldStop) {
proc.go#L1489: func stopTheWorldGC(reason stwReason) worldStop {
proc.go#L1497: func startTheWorldGC(w worldStop) {
proc.go#L1545: func stopTheWorldWithSema(reason stwReason) worldStop {
proc.go#L1677: return worldStop{
proc.go#L1691: func startTheWorldWithSema(now int64, w worldStop) int64 {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |